Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > AddRange Method : AddRange(BaseToolbarItem[]) Method |
Adds the elements from the passed collection to the end of the collection.
[Visual Basic]
Overloads Public Sub AddRange( _
ByVal c() As BaseToolbarItem _
)
[C#]
public void AddRange(
BaseToolbarItem[] c
);
[C++]
public: void AddRange(
BaseToolbarItem*[]* c
)
[C++/CLI]
public:
void AddRange(
BaseToolbarItem^array<c>^ c
)
This method both adds the objects in c to the collection, and adds a reference to these objects in the ASP.NET web control heirarchy.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarItemCollection Class | ToolbarItemCollection Members | Overload List
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.